Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MyReleaseFrame

Releases the frame. This is how you would define your frame release function if you were to name it MyReleaseFrame:

OSStatus MyReleaseFrame (
                     JMAWTContextRef context,
                     JMFrameRef oldFrame); 
context
The AWT context containing the frame.
oldFrame
The frame to be released.
function result
A result code. The function should return a standard result code.
DISCUSSION
When instantiating an AWT context, you must designate a callback function to release existing frames.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997